Add bower dependencies#136
Add bower dependencies#136oliversalzburg merged 1 commit intostacktracejs:masterfrom oliversalzburg:fix/bower
Conversation
|
👍 |
|
@eriwen We should probably tag stacktrace-gps and stacktrace.js with a patch update and update the bower.json to that version. Then the dependencies should be pulled in. Another option I was considering was to specify the |
|
@oliversalzburg Yes, we should tag and publish a new release for those projects. You no longer have to wait for me to publish to npm! Make sure to bump and push gps, then bump the versions in stacktrace.js, tag and push that. Regarding the bower dependencies, we used |
|
@eriwen Okay, so, if we set the Unless you disagree, I would make that change, merge, tag, push and npm publish :) |
bower.json
Outdated
|
Once we can rebase this PR on the HEAD of master and update the stacktrace-gps dependency, you can merge this and push a new version @oliversalzburg. Thanks! |
|
I didn't change the I pushed a 1.0.1 tag and published to npm. I didn't touch the dependencies as a I'll probably reference the bower dependency in our own projects very soon and then I'll get some real-world experience and adjust accordingly, if necessary. |
|
@oliversalzburg Yeah, this works just fine. The only possible hangup I can see is the complexity of including all dependencies if a consumer does not use the minified version at |
Fixes #134